| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FreeType.LowLevel.Types
Synopsis
Documentation
module Data.FixedPoint
Fixed point (26.6) number format: 26 bits for integral, and 6 for fractional.
Constructors
| F26'6 | |
Fields
| |
Instances
| Eq F26'6 # | |
| Ord F26'6 # | |
| Storable F26'6 # | |
| FixedPoint F26'6 # | |
| type RawType F26'6 # | |
Defined in FreeType.LowLevel.Types | |
Fixed point (16.16) number format.
Constructors
| F16'16 | |
Fields | |
Instances
| Eq F16'16 # | |
| Ord F16'16 # | |
| Storable F16'16 # | |
| FixedPoint F16'16 # | |
| type RawType F16'16 # | |
Defined in FreeType.LowLevel.Types | |
Fixed point (2.14) number format.
Constructors
| F2'14 | |
Fields | |
Instances
| Eq F2'14 # | |
| Ord F2'14 # | |
| Storable F2'14 # | |
| FixedPoint F2'14 # | |
| type RawType F2'14 # | |
Defined in FreeType.LowLevel.Types | |
Wrapper for FT_Vector.
Constructors
| Vector a a |
Instances
| Functor Vector # | |
| Eq a => Eq (Vector a) # | |
| Show a => Show (Vector a) # | |
| Storable a => Storable (Vector a) # | |
Defined in FreeType.LowLevel.Types | |
Wrapper for FT_BBox (the bounding box).
Constructors
| BBox | |
Instances
| Functor BBox # | |
| Eq a => Eq (BBox a) # | |
| Show a => Show (BBox a) # | |
| Ord a => Semigroup (BBox a) # | |
| Storable a => Storable (BBox a) # | |
Transformation matrix
Constructors
| Matrix | |
Instances
| Functor Matrix # | |
| Eq a => Eq (Matrix a) # | |
| Storable a => Storable (Matrix a) # | |
Defined in FreeType.LowLevel.Types | |